mergGKPlayers
Type
message
Summary
Sent to the control that called mergGKGetPlayers
Syntax
mergGKPlayers <pPlayers>
Description
Sent to the control that called mergGKGetPlayers
Parameters
Name | Type | Description |
---|---|---|
pPlayers | a return tab and return delimited list of:|player ID|alias|is friend - true if the player is a friend of the local player|display name. |
Examples
on loadFriends
if the environment = "mobile" then
mergGKGetFriends
end if
end loadFriends
on mergGKFriends pLocalPlayerFriendIDs
mergGKLoadPlayers pLocalPlayerFriendIDs
end mergGKFriends
on mergGKPlayers pPlayers
-- show the display name in a list etc
end mergGKPlayers
Compatibility and Support
Introduced
LiveCode 8.0
OS
ios
Platforms
mobile